UCF STIG Viewer Logo

The system must use an access control program.


Overview

Finding ID Version Rule ID IA Controls Severity
V-940 GEN006580 SV-28459r1_rule EBRU-1 Medium
Description
Access control programs (such as TCP_WRAPPERS) provide the ability to enhance system security posture.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2014-04-04

Details

Check Text ( C-28783r2_chk )
# svcprop -p defaults inetd | grep tcp_wrappers

This should return a line with the following:

defaults/tcp_wrappers boolean true

If the above line contains the word false, this is a finding.

Fix Text (F-25785r1_fix)
Enable tcp_wrappers.
# svccfg -s svc:/network/inetd setprop defaults/tcp_wrappers=true
# svcadm refresh inetd